home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / GVideoPlayer / GVideoPlayer.gg / main.xml < prev    next >
Text File  |  2007-10-16  |  2KB  |  42 lines

  1. ∩╗┐<view caption="CartoonChannel" height="270" resizable="false" width="250"
  2.   onopen="view_onOpen()">
  3.   <img name="f" x="6" y="-2" src="Default.png"/>
  4.   <button height="24" name="play" width="24" x="94" y="230" onclick="play_onclick()"
  5.     downImage="Play_normal.png" image="Play_pressed.png" overImage="Play_pressed.png"
  6.    />
  7.   <button height="24" name="stop" width="24" x="126" y="230" onclick="stop_onclick()"
  8.     downImage="Stop_pressed.png" image="Stop_normal.png" overImage="Stop_normal.png"
  9.    />
  10.   <img enabled="true" height="32" hitTest="htclient" name="img1" width="32"
  11.     x="64" y="-1" onclick="img1_onclick()" src="Movies.png"
  12.    />
  13.   <label height="24" name="status" width="221" x="18" y="208" align="center"
  14.     color="#FFFFFF"/>
  15.   <img enabled="true" height="24" hitTest="htclient" name="img2" width="24"
  16.     x="194" y="230" onclick="show_mute()" src="audio-volume-high.png"
  17.    />
  18.   <img enabled="true" height="24" hitTest="htclient" name="img3" width="24"
  19.     x="194" y="230" onclick="hide_mute()" src="audio-volume-muted.png"
  20.    />
  21.   <button height="16" name="button1" width="17" x="169" y="234" onclick="button1_onclick()"
  22.     downImage="plus_pressed.png" image="plus_normal.png" overImage="plus_normal.png"
  23.    />
  24.   <button height="17" name="button2" width="17" x="223" y="233" onclick="button2_onclick()"
  25.     downImage="minus_pressed.png" image="minus_normal.png"
  26.     overImage="minus_normal.png"/>
  27.   <img height="41" name="img4" width="118" x="70" y="-6" src="head.png"
  28.    />
  29.   <button height="30" name="button3" width="29" x="17" y="228" onclick="button3_onclick()"
  30.     downImage="open_press.png" image="open_normal.png" overImage="open_over.png"
  31.    />
  32.  <object name="Player" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" x = "7" y = "31" width = "236" height = "169">
  33.           <param name="uiMode" value="none" />
  34.           <param name="Volume" value="100" />
  35.           <param name="autoStart" value="true" />
  36.           <param name="SendPlayStateChangeEvents" value="True" />
  37.           Your browser does not support the ActiveX Windows Media Player
  38.         </object>
  39.  
  40.   <script src="main.js" />
  41. </view>
  42.